Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

373 page with criteria #460

Merged
merged 8 commits into from
Feb 19, 2024
Merged

373 page with criteria #460

merged 8 commits into from
Feb 19, 2024

Conversation

MarinaProsche
Copy link
Collaborator

Добавлен первый вариант таблицы с информацией о критериях.

@@ -157,10 +157,13 @@ def upload():
else:
abort(401)
elif request.method == "GET":
pack = db_methods.get_criteria_pack(current_user.criteria)
list_of_check = pack['raw_criterions']
check_labels_and_discrpt = {CRITERIA_LABELS[check[0]]: CRITERIA_DESCRIPTION[check[0]] for check in list_of_check}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

На этой строчке при запуске с базовыми критериями презентаций падает по KeyError.
Есть подозрения, что там ниже описаны не все критерии

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

6724db1

Исправила.

@HadronCollider HadronCollider merged commit d885e21 into master Feb 19, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Информационная страница о наборе критериев
3 participants